.tableofcontents {
    border: 7px outset #000000;
    padding: 0 5px;
    width: 30%;
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    .tableofcontents {
        width: 50%;
    }  
}

.tableofcontents h2,
.tableofcontents h3 {
    margin: 10px;
    width: 94%;
}

.tableofcontents ul li,
.tableofcontents ol li {
    padding-bottom: 3px;
}

.tableofcontents ul li:last-child,
.tableofcontents ol li:last-child {
    padding-bottom: 0px;
}

.tableofcontents a {
    text-decoration: none;
}